POST /CustomAttributes/Query/

OBSOLETE - Use POST /CustomAttributes/GetByIds instead. Gets all of the custom attributes. If options are specified, it will get all of the custom attributes that match the criteria specified.
 

Request

Method Request URI
POST /API/CustomAttributes/Query/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: customAttributesOptions
Type: Dundas.BI.WebApi.Models.GetCustomAttributesOptions

Response

Response Body

A Dundas.BI.AccountServices.CustomAttributeInfo Dictionary, or a status code indicating the problem.